[Top] [Prev] [Next] [Bottom]
[Contents]
SaListHead
Prints an HTML list header fragment to an HTML stream.
#include "SaRnHtml.h"
int SaListHead(char* evalue);
Arguments
evalue
- A string specifying the list header's value. This string is converted to an HTML
compatible string. If evalue is NULL, an empty string is used.
Return Values
Returns an integer with a value of 0.
Prints an HTML list header fragment to an HTML stream.
The code fragment:
SaListHead("Products");
will write:
<LH>Products</LH>
to the output stream.
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.